h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    color: whitesmoke;
    font-size: 90px;
}

div.mass{
    border-style: solid;
    border-color: rgb(58, 58, 58);
    border-width: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color:  rgb(82, 82, 82);
}

div.titul{
    text-align: center;
}
div.toto{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color:  rgb(82, 82, 82);
}

div.show{
    font-size: 18px;
    border-style: groove;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: gainsboro;
}

div.dab{
    font-size: 10px;
}

h3{
    color: whitesmoke;
	text-align: center;
}

body{
background-color: rgb(48, 48, 48);
}

img{
    width: 300px;
    border-radius: 10%;
}

h2{
    color:gainsboro
}

h5{ 
    font-family: 'Playfair Display', serif;
    display: flex;
    justify-content: center;
}

div.infoprincipal{
    font-size: 16px;
    padding-left: 20px;
}

div.infosecundaria{
    font-size: 16px;
}

li{
    font-size: 16px;
    padding: 10px;
}